HipInputMap

Undocumented in source.

Members

Aliases

Context
alias Context = IHipInputMap.Context
Undocumented in source.

Functions

isActionJustPressed
float isActionJustPressed(string actionName)
Undocumented in source. Be warned that the author may not have intended to support it.
isActionJustReleased
float isActionJustReleased(string actionName)
Undocumented in source. Be warned that the author may not have intended to support it.
isActionPressed
float isActionPressed(string actionName)
Undocumented in source. Be warned that the author may not have intended to support it.
registerInputAction
void registerInputAction(string actionName, Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

parseInputMap
IHipInputMap parseInputMap(ubyte[] file, string fileName, ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

id
ubyte id;
Undocumented in source.
inputMapping
Context[string] inputMapping;
Undocumented in source.

Inherited Members

From IHipInputMap

Context
struct Context
Undocumented in source.
AxisContext
struct AxisContext
Undocumented in source.
registerInputAction
void registerInputAction(string actionName, Context ctx)
Undocumented in source.
isActionPressed
float isActionPressed(string actionName)
Undocumented in source.
isActionJustPressed
float isActionJustPressed(string actionName)
Undocumented in source.
isActionJustReleased
float isActionJustReleased(string actionName)
Undocumented in source.
getAxis
Vector3 getAxis(string directionalName)

Gets a Vector3 from a mapped directional.

Meta